home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950726-19950929 / 000082_news@columbia.edu_Sat Aug 5 06:24:44 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA09501
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sat, 5 Aug 1995 02:24:52 -0400
  3. Received: by apakabar.cc.columbia.edu id AA12117
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sat, 5 Aug 1995 02:24:50 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  6. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: OS/2 Labeled File Transfer
  9. Date: 5 Aug 1995 06:24:44 GMT
  10. Organization: Columbia University
  11. Lines: 51
  12. Message-Id: <3vv2rc$bqj@apakabar.cc.columbia.edu>
  13. References: <3vtaor$84n@pcnet1.pcnet.com>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <3vtaor$84n@pcnet1.pcnet.com>,
  18. enCycLoPedic <pelletie@pcnet.com> wrote:
  19. >INTRO:  I am having a problem with labeled file transfer in OS/2.  (I
  20. >have read the material on VMS labeled transfer from the book and the
  21. >section Transferring OS/2 File with Attributes from the updates.)
  22. >WHAT I DID: transferred an entire directory tree from a FAT volume on one
  23. >OS/2 system over a LAN TCP/IP connection to a FAT volume on another OS/2
  24. >system.  SET FILE TYPE LABEL on both systems.  No change to defaults for
  25. >SET FILE LABEL.  I used CKermit 191 for OS/2, ftp'd yesterday from the
  26. >archives directory at Columbia.
  27.  
  28. That is exactly what you are supposed to do, and what I just tested
  29. using two machines connected via a serial connection.
  30.  
  31. >WHAT I EXPECTED:  EAs would be transferred and would end up in an EA
  32. >DATA.SF file on the receiving end, the normal way OS/2 stores extended
  33. >attributes on a FAT volume.
  34.  
  35. Correct.  This is what you should expect.
  36.  
  37. >WHAT I GOT: each transferred file has a KERMIT LABELED FILE header on it,
  38. >as if the files had been sent to a system that could not handle EAs.
  39.  
  40. The receiver was definitely not in LABELED mode.  The receiver was probably
  41. in BINARY mode.  This is how a LABELED file would be stored in that 
  42. situation.
  43.  
  44. >QUESTIONS:  I am not sure if the problem is with my understanding of how
  45. >labeled transfer is supposed to work or in what I did.  I would
  46. >appreciate clarification.  Also, the VMS material makes reference to the
  47. >CKVCVT program to remove headers of this kind on VMS.  Does an
  48. >equivalent exist for OS/2?  It does not appear to be in the
  49. >distribution.
  50.  
  51. Do us both a favor and try a simple test.  Perform the file transfer again
  52. this time transfering a single file and let me know what happens.
  53.  
  54. Again, I just tested this by sending about a dozen files with EAs from
  55. one HPFS system to a FAT system with no problems.  
  56.  
  57. As far as a CKOCVT program goes, no there isn't one.  However, on a single 
  58. machine you can use two C-Kermits connected via NAmed Pipes to perform
  59. the translation for you.
  60.  
  61.  
  62. See the CKERMIT.INF file for more info on LABELED mode and Named Pipes.
  63. Jeffrey Altman * PO Box 220415 * Great Neck, NY * 11022-0415 * (516) 466-5495
  64. NEW: OS/2 C-Kermit 5A(191): 
  65.    ftp://kermit.columbia.edu/kermit/archives/cko191.zip 
  66.    http://www.columbia.edu/kermit/cko191.html